home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
rushdemo2
/
catalogs
/
readme
< prev
next >
Wrap
Text File
|
1995-03-09
|
1KB
|
44 lines
How to write a language catalog for Rush
Version 37.1
August 20, 1993
1. Rename "rush_local.ct" to your language, for example "español.ct".
2. Change the X in the "## language X" line in the .ct to your language
name, for example "## language español".
3. Create a directory in the Catalogs directory off of Rush's directory,
with the name for your language. For example if Rush in located
in "work:rush", the directory would be "work:rush/Catalogs/español".
4. For each block like the following add text for your language. In
this case you would add the word for "sort", with an underscore
before the keyboard short cut key. Make sure for each window
there are not duplicates for keyboard short cuts. You can tell
which strings to with which windows by the sections they are in
in the .ct file.
MSG_SORT_GAD
; S_ort;
;
Menuitems look like the following, the AmigaKey is the first
character with a "\0" after it.
MSG_SETTINGS_DOUBLE_CLICK
; D\0Double Click...;
;
5. Once all the strings are translated run CatComp to produce a catalog
file. The system can then be put in this language and Rush
should use the catalog. Example for español would be:
catcomp rush_locale.cd español.ct catalog=español/rush.catalog